diff options
Diffstat (limited to 'tccpe.c')
| -rw-r--r-- | tccpe.c | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1564,22 +1564,6 @@ quit: } /* ------------------------------------------------------------- */ -static char *trimfront(char *p) -{ - while (*p && (unsigned char)*p <= ' ') - ++p; - return p; -} - -static char *trimback(char *a, char *e) -{ - while (e > a && (unsigned char)e[-1] <= ' ') - --e; - *e = 0;; - return a; -} - -/* ------------------------------------------------------------- */ static int pe_load_def(TCCState *s1, int fd) { int state = 0, ret = -1, dllindex = 0, ord; |
