forget difference between big and small commands - obsolete with vm.
[minix.git] / commands / i386 / gas2ack / globals.h
blobe3e8d6e1729f352fd49fbf8ea73bc152d6688a0c
1 #ifndef __GLOBALS_H__
2 #define __GLOBALS_H__
4 int syms_is_global(const char * gl);
5 int syms_add(const char * gl);
6 int syms_add_global(const char * gl);
7 void syms_add_global_csl(expression_t * exp);
9 #endif