hide trim() from the public interface
* src/misc/escape.cc, src/misc/escape.hh (trim): Move... * src/priv/trim.cc, src/priv/trim.hh: ... in these new files. * src/priv/Makefile.am: Add them. * src/parseaut/scanaut.ll, src/parsetl/scantl.ll: Adjust.
This commit is contained in:
parent
86abd6c1c0
commit
d14f0998e0
7 changed files with 74 additions and 25 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include <string>
|
||||
#include <sys/stat.h>
|
||||
#include "parseaut/parsedecl.hh"
|
||||
#include "misc/escape.hh"
|
||||
#include "priv/trim.hh"
|
||||
|
||||
#define YY_USER_ACTION yylloc->columns(yyleng);
|
||||
#define YY_NEVER_INTERACTIVE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue