Skip to content

Commit

Permalink
FIX: symbol duplicate: feFilePending
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Motsak authored and mohamed-barakat committed Nov 9, 2011
1 parent 19ef53c commit 8d033e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Singular/fevoices.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern int blocknest; /* scaner.l internal */
int yy_noeof=0; // the scanner "state"
int yy_blocklineno; // to get the lineno of the block start from scanner
Voice *currentVoice = NULL;
FILE *feFilePending; /*temp. storage for grammar.y */
// FILE *feFilePending; /*temp. storage for grammar.y */

//static const char * BT_name[]={"BT_none","BT_break","BT_proc","BT_example",
// "BT_file","BT_execute","BT_if","BT_else"};
Expand Down

0 comments on commit 8d033e2

Please sign in to comment.