]> git.saurik.com Git - bison.git/commitdiff
src/location.h: #include "system.h" rather than <stdbool.h>.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 7 Jun 2006 20:15:40 +0000 (20:15 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 7 Jun 2006 20:15:40 +0000 (20:15 +0000)
src/location.h

index 150b842f6db80e93c021d7f83d1f3cc5edf27e6d..c3232050273ef3882e1e5fce0a58fb80b95b36ea 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef LOCATION_H_
 # define LOCATION_H_
 
-# include <stdbool.h>
+# include "system.h"
 # include "uniqstr.h"
 
 /* A boundary between two characters.  */