]> git.saurik.com Git - bison.git/blobdiff - src/location.c
Steal GCC's --time-report support.
[bison.git] / src / location.c
index dd32e5c1c20e51863af8470d31dd6c29f6a93a7f..b4361cd62ce0a39befbbad053dcc9d92fea8dea4 100644 (file)
@@ -18,7 +18,7 @@
    the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-
+#include "system.h"
 #include "location.h"
 
-location_t empty_location = { 0, 0, 0, 0 };
+location_t empty_location = { NULL, 0, 0, 0, 0 };