X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvars-prs.c;h=7a6e8633c46eee3cefccca4b296443b546daf4d3;hb=64f58bbdab17e4a09b725e713f4f82f567f44076;hp=1773e4d8d5f74bec6688bbdf41c05662b291748f;hpb=560701a881f119bcff6f0bd284c9f01c30c64ad3;p=pspp-builds.git diff --git a/src/vars-prs.c b/src/vars-prs.c index 1773e4d8..7a6e8633 100644 --- a/src/vars-prs.c +++ b/src/vars-prs.c @@ -30,6 +30,9 @@ #include "misc.h" #include "str.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Parses a name as a variable within VS and returns the variable's index if successful. On failure emits an error message and returns a null pointer. */