assembler: Cleanup visibility of a few global variables/functions

Not everything has to be exported out the compilation unit. Do a small
cleanup pass.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-27 11:05:50 +00:00
parent 6d3d369535
commit 1d53e1813e
3 changed files with 56 additions and 60 deletions
+2
View File
@@ -42,6 +42,8 @@ typedef int GLint;
typedef float GLfloat;
extern long int gen_level;
extern int advanced_flag;
extern int errors;
#define WARN_ALWAYS (1 << 0)
#define WARN_ALL (1 << 31)