X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8efe435c059af57671105fd8671ba97bb8474264..c0cac722f7e5d7498528a67a37477cdf9ed1745c:/src/location.c?ds=sidebyside diff --git a/src/location.c b/src/location.c index dd32e5c1..b4361cd6 100644 --- a/src/location.c +++ b/src/location.c @@ -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 };