Prepend re2c to multiple include protections.

svn path=/trunk/yasm/; revision=579
0.3
Peter Johnson 23 years ago
parent c71097348c
commit bfe432b582
  1. 4
      tools/re2c/basics.h
  2. 4
      tools/re2c/globals.h

@ -1,5 +1,5 @@
#ifndef _basics_h
#define _basics_h
#ifndef re2c_basics_h
#define re2c_basics_h
typedef unsigned int uint;
typedef unsigned char uchar, byte;

@ -1,5 +1,5 @@
#ifndef _globals_h
#define _globals_h
#ifndef re2c_globals_h
#define re2c_globals_h
#include "basics.h"

Loading…
Cancel
Save