changelog shortlog tags files raw bz2 zip gz

changeset: Eliminate one more warning.

changeset 558: f6f562aa387f
parent 557:9efc5fedd108
child 559:ba7d2de6912b
author: Rob Landley <rob@landley.net>
date: Sat Mar 08 12:04:18 2008 -0600 (4 years ago)
files: tcc.h
description: Eliminate one more warning.
       1--- a/tcc.h	Thu Mar 06 21:41:25 2008 -0600
       2+++ b/tcc.h	Sat Mar 08 12:04:18 2008 -0600
       3@@ -664,7 +664,6 @@
       4 
       5 //char *pstrcpy(char *buf, int buf_size, char *s);
       6 static char *pstrcat(char *buf, int buf_size, char *s);
       7-static char *tcc_basename(char *name);
       8 
       9 static void next(void);
      10 static void next_nomacro(void);