]> www.ginac.de Git - ginac.git/commitdiff
- removed an obscure reference that broke internal functions.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 19 Nov 1999 00:26:51 +0000 (00:26 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 19 Nov 1999 00:26:51 +0000 (00:26 +0000)
ginsh/ginsh_parser.yy

index fdc9ac30fd78c623dad1fde640c705af5bf381eb..8df90b3aa696fd25f54672ce065450b417aca262 100644 (file)
@@ -479,7 +479,7 @@ static ex f_dummy(const exprseq &e)
 // Table for initializing the "fcns" map
 struct fcn_init {
        const char *name;
-       const fcn_desc &desc;
+       const fcn_desc desc;
 };
 
 static const fcn_init builtin_fcns[] = {