kodovani (splint mrdka)
This commit is contained in:
parent
01ee2257a4
commit
82e865e0d4
2
errors.h
2
errors.h
@ -1,4 +1,4 @@
|
||||
#ifndef ERRORS_H
|
||||
#ifndef ERRORS_H
|
||||
#define ERRORS_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
2
lex.c
2
lex.c
@ -1,4 +1,4 @@
|
||||
#include "lex.h"
|
||||
#include "lex.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
4
lex.h
4
lex.h
@ -1,10 +1,8 @@
|
||||
#ifndef LEX_H
|
||||
#ifndef LEX_H
|
||||
#define LEX_H
|
||||
|
||||
#include "errors.h"
|
||||
|
||||
#define LEX_DEBUG
|
||||
|
||||
/**
|
||||
* @brief Typ tokenu
|
||||
*/
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef MATH_FUNCTIONS_H
|
||||
#ifndef MATH_FUNCTIONS_H
|
||||
#define MATH_FUNCTIONS_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
2
parser.c
2
parser.c
@ -1,4 +1,4 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include "parser.h"
|
||||
|
||||
2
parser.h
2
parser.h
@ -1,4 +1,4 @@
|
||||
#ifndef PARSER_H
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
#include "tree.h"
|
||||
|
||||
@ -11,4 +11,4 @@ struct graph_range {
|
||||
|
||||
void ps_generate_graph(FILE *file, const struct expr_node *node, const struct graph_range *range, const char *function);
|
||||
|
||||
#endif
|
||||
#endif /* PS_GRAPH_H */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user