Skip to content
Snippets Groups Projects
Commit 764ced28 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing static declarations.

* Also remove unused variable.
parent baa502a8
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,9 @@ typedef struct
vartable_t;
int vartableInit = 0;
vartable_t *vartable;
static vartable_t *vartable;
static int varTablesize = 0;
int nvars = 0;
static int nvars = 0;
static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment