Skip to content
Snippets Groups Projects
Commit 4e154931 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/lex.c:1.33
parent cdec0481
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
||| See the files COPYING and DISCLAIMER for more information. ||| See the files COPYING and DISCLAIMER for more information.
\*/ \*/
#include "global.h" #include "global.h"
RCSID("$Id: lex.c,v 1.32 1997/12/16 22:48:14 grubba Exp $"); RCSID("$Id: lex.c,v 1.33 1997/12/16 22:50:05 grubba Exp $");
#include "language.h" #include "language.h"
#include "array.h" #include "array.h"
#include "lex.h" #include "lex.h"
...@@ -1865,7 +1865,7 @@ static void low_lex(void) ...@@ -1865,7 +1865,7 @@ static void low_lex(void)
pop_stack(); pop_stack();
push_svalue(sv); push_svalue(sv);
res = 1; res = 1;
} else if (get_master) { } else if (get_master()) {
current_file->refs++; current_file->refs++;
push_string(current_file); push_string(current_file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment