summaryrefslogtreecommitdiff
path: root/preproc.h
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2012-05-07 01:57:55 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2012-05-07 01:57:55 +0400
commit0b78bff510e7365ab3334ae7e3daa4650db8ff0f (patch)
treec383777a19bd9b50d6cf52bdcf60493825073367 /preproc.h
parent60941660441b2f3ade014be800f1df23bea8d280 (diff)
downloadnasm-0b78bff510e7365ab3334ae7e3daa4650db8ff0f.tar.gz
preproc: Split get rid of global preproc methods
This will allow to hook on updated preprocessor without breaking existing one. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'preproc.h')
-rw-r--r--preproc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/preproc.h b/preproc.h
index c89934fe..fdda37ce 100644
--- a/preproc.h
+++ b/preproc.h
@@ -47,10 +47,5 @@ extern const uint8_t pp_directives_len[];
typedef const unsigned char macros_t;
enum preproc_token pp_token_hash(const char *token);
-void pp_include_path(char *);
-void pp_pre_include(char *);
-void pp_pre_define(char *);
-void pp_pre_undefine(char *);
-void pp_extra_stdmac(macros_t *);
#endif