X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4f6bb8b24bf3f7a373c873528d95cc30898f8cc3..8efe435c059af57671105fd8671ba97bb8474264:/src/location.h diff --git a/src/location.h b/src/location.h index 0c5ef686..8894eea8 100644 --- a/src/location.h +++ b/src/location.h @@ -62,4 +62,6 @@ typedef struct location_s else \ fprintf (Out, "%d.%d", (Loc).first_line, (Loc).first_column) + +extern location_t empty_location; #endif /* !LOCATION_H_ */