1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Fix warning triggered by enforcing const on function names table.

This commit is contained in:
2021-07-19 16:36:14 +08:00
parent 92c9208cd4
commit 00b85fab9f
3 changed files with 5 additions and 6 deletions

2
eval.h
View File

@@ -19,7 +19,7 @@ int is_it_cmd( char *token) ;
void varinit( void) ;
int setvar( int f, int n) ;
char *getval( char *token) ;
const char *getval( char *token) ;
int stol( char *val) ;
char *mklower( char *str) ;