X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fq2c.c;h=545f26fe56cf2404008f8e76dc3929d307bb0544;hb=7d9a47fdc83e4adda2a8b2ee1406f277c4ffe2b8;hp=6318edd395fe1a53a057d01aee289bc9b91b60a0;hpb=1eea610d4c5fa476b045147f756273dafee3db97;p=pspp-builds.git diff --git a/src/q2c.c b/src/q2c.c index 6318edd3..545f26fe 100644 --- a/src/q2c.c +++ b/src/q2c.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include @@ -2206,7 +2206,10 @@ main (int argc, char *argv[]) dump (0, "#include \"str.h\""); dump (0, "#include \"subclist.h\""); dump (0, "#include \"var.h\""); + dump (0, nullstr); + dump (0, "#include \"gettext.h\""); + dump (0, "#define _(msgid) gettext (msgid)"); dump (0, nullstr); } else if (!strcmp (directive, "declarations"))