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:
parent
12e6bb8b25
commit
a235dd1ea1
@ -32,7 +32,7 @@
|
||||
#include "rdef.h"
|
||||
#include "compile.h"
|
||||
#include "private.h"
|
||||
#include "parser.cpp.h"
|
||||
#include "parser.hpp"
|
||||
|
||||
char lexfile[B_PATH_NAME_LENGTH];
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "rdef.h"
|
||||
#include "compile.h"
|
||||
#include "private.h"
|
||||
#include "parser.cpp.h"
|
||||
#include "parser.hpp"
|
||||
|
||||
#define LEXERROR(msg) abort_compile(RDEF_COMPILE_ERR, msg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user