Skip to content

Commit

Permalink
Add include guard for defs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ChAoSUnItY committed Nov 8, 2024
1 parent b4064e6 commit 3dadc70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* file "LICENSE" for information on usage and redistribution of this file.
*/

#ifndef SHECC_DEFS_H
#define SHECC_DEFS_H

/* definitions */

/* Limitations */
Expand Down Expand Up @@ -425,3 +428,5 @@ typedef struct {
var_t *var;
int polluted;
} regfile_t;

#endif

0 comments on commit 3dadc70

Please sign in to comment.