Add a global symbol2str header
This commit is contained in:
parent
2a5ab5b856
commit
369ec26b03
15
h/symbol2str.h
Normal file
15
h/symbol2str.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* The Amsterdam Compiler Kit
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
|
||||
#ifndef H_SYMBOL2STR_H
|
||||
#define H_SYMBOL2STR_H
|
||||
|
||||
/* A lot of component use a version of this function, there is currently no header file
|
||||
* that contain it, and all use the same prototype as they are all generated from the same
|
||||
* generator.
|
||||
*/
|
||||
char *symbol2str(int tok);
|
||||
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user