basename -> autbasename

This commit is contained in:
Ludovic Jacomme 2002-08-02 11:07:59 +00:00
parent 65a5425cb5
commit 1551cfe270
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
\------------------------------------------------------------*/ \------------------------------------------------------------*/
# define fsmerror( E, V ) \ # define fsmerror( E, V ) \
(fsm_error( (int)(E), (char *)(V), basename(__FILE__), __LINE__ )) (fsm_error( (int)(E), (char *)(V), autbasename(__FILE__,NULL), __LINE__ ))
/*------------------------------------------------------------\ /*------------------------------------------------------------\
| | | |