renamed files

master
Tibor Bizjak 2023-07-23 12:24:13 +02:00
parent 291e9e87ec
commit bd26ae43a5
3 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
#include <assert.h> #include <assert.h>
#define MAX_STACK 100 #define MAX_STACK 100
#include "04-glob-stack.h" #include "global-stack.h"
#include "04-tokens.h" #include "tokens.h"
/* --------- ERROR MESSAGES */ /* --------- ERROR MESSAGES */
#define printerr(format, ...) printf("error: " format "\n", ##__VA_ARGS__) #define printerr(format, ...) printf("error: " format "\n", ##__VA_ARGS__)