stage1_2/iec.flex
changeset 350 2c3c4dc34979
parent 287 9df7fcb9bde5
--- a/stage1_2/iec.flex	Mon Jul 11 09:47:27 2011 +0100
+++ b/stage1_2/iec.flex	Fri Jul 29 16:03:28 2011 +0100
@@ -814,9 +814,9 @@
 			    fprintf(stderr, "Includes nested too deeply\n");
 			    exit( 1 );
 			  }
-        include_stack[include_stack_ptr].buffer_state = YY_CURRENT_BUFFER;
-        include_stack[include_stack_ptr].env = current_tracking;
-        include_stack[include_stack_ptr].filename = current_filename;
+			  include_stack[include_stack_ptr].buffer_state = YY_CURRENT_BUFFER;
+			  include_stack[include_stack_ptr].env = current_tracking;
+			  include_stack[include_stack_ptr].filename = current_filename;
 			  
 			  for (i = 0, yyin = NULL; (INCLUDE_DIRECTORIES[i] != NULL) && (yyin == NULL); i++) {
 			    char *full_name = strdup3(INCLUDE_DIRECTORIES[i], "/", yytext);