From 6e6c8c01a646c5df1fafb785678d73dc85529f14 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 5 Jun 2001 21:33:29 +0000 Subject: [PATCH] fix #include on first line --- dtool/src/cppparser/cppPreprocessor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/dtool/src/cppparser/cppPreprocessor.cxx b/dtool/src/cppparser/cppPreprocessor.cxx index 26ba349019..6b4c8addab 100644 --- a/dtool/src/cppparser/cppPreprocessor.cxx +++ b/dtool/src/cppparser/cppPreprocessor.cxx @@ -602,6 +602,7 @@ push_file(const CPPFile &file) { infile._prev_last_c = _last_c; _last_c = '\0'; + _start_of_line = true; return true; }