summaryrefslogtreecommitdiff
path: root/preproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.h')
-rw-r--r--preproc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/preproc.h b/preproc.h
index e48adda..fdda37c 100644
--- a/preproc.h
+++ b/preproc.h
@@ -47,11 +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_runtime(char *);
-void pp_extra_stdmac(macros_t *);
#endif