moved from .cpp.h to .hpp

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8207 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-27 23:29:08 +00:00
parent 12e6bb8b25
commit a235dd1ea1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
#include "rdef.h" #include "rdef.h"
#include "compile.h" #include "compile.h"
#include "private.h" #include "private.h"
#include "parser.cpp.h" #include "parser.hpp"
char lexfile[B_PATH_NAME_LENGTH]; char lexfile[B_PATH_NAME_LENGTH];
+1 -1
View File
@@ -29,7 +29,7 @@
#include "rdef.h" #include "rdef.h"
#include "compile.h" #include "compile.h"
#include "private.h" #include "private.h"
#include "parser.cpp.h" #include "parser.hpp"
#define LEXERROR(msg) abort_compile(RDEF_COMPILE_ERR, msg); #define LEXERROR(msg) abort_compile(RDEF_COMPILE_ERR, msg);