]> www.ginac.de Git - ginac.git/blobdiff - ginac/symbol.h
- Changes to make it more ANSI-conformant. Stuff detected while trying
[ginac.git] / ginac / symbol.h
index d547b1d6c996da49a815fc94bc8034ed649422df..3c8c855747c706f6fd96df2cfe905dffa51c5c30 100644 (file)
@@ -125,7 +125,7 @@ inline const symbol &ex_to_symbol(const ex &e)
 
 // wrapper functions around member functions
 inline void unassign(symbol & symarg)
-{ return symarg.unassign(); }
+{ symarg.unassign(); }
 
 inline int degree(const symbol & a, const symbol & s)
 { return a.degree(s); }