X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0c15323de7250aea9aaef638dd7390cf24ad9ce8..366eea36d3a9aaccf80a78c2fcd8c3cd6b563e25:/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_ */