Skip to content

Commit 3dadc70

Browse files
committed
Add include guard for defs.h
1 parent b4064e6 commit 3dadc70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/defs.h

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* file "LICENSE" for information on usage and redistribution of this file.
66
*/
77

8+
#ifndef SHECC_DEFS_H
9+
#define SHECC_DEFS_H
10+
811
/* definitions */
912

1013
/* Limitations */
@@ -425,3 +428,5 @@ typedef struct {
425428
var_t *var;
426429
int polluted;
427430
} regfile_t;
431+
432+
#endif

0 commit comments

Comments
 (0)