diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
commit | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch) | |
tree | 708772d83a8355e25155cf233d5a9e38f8ad4d96 /src/icont/tproto.h | |
parent | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff) | |
download | icon-upstream.tar.gz |
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'src/icont/tproto.h')
-rw-r--r-- | src/icont/tproto.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/icont/tproto.h b/src/icont/tproto.h index aaea6c4..e88d426 100644 --- a/src/icont/tproto.h +++ b/src/icont/tproto.h @@ -94,13 +94,3 @@ void writecheck (int rc); void yyerror (int tok,struct node *lval,int state); int yylex (void); int yyparse (void); - -#ifdef DeBugTrans - void cdump (void); - void gdump (void); - void ldump (void); -#endif /* DeBugTrans */ - -#ifdef DeBugLinker - void idump (char *c); -#endif /* DeBugLinker */ |