1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

Make it possible to #define set_program_name to an alias.

This commit is contained in:
Bruno Haible
2006-10-11 12:37:31 +00:00
parent b426eed442
commit e7f399c2b8
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-10-10 Bruno Haible <bruno@clisp.org>
Make it possible to #define set_program_name to an alias.
* lib/progname.c: Don't undefine set_program_name; instead, undefine
ENABLE_RELOCATABLE early.
2006-10-10 Paul Eggert <eggert@cs.ucla.edu>
Port to Tandem NSK OSS, which has 64-bit signed int but at most
+1 -2
View File
@@ -20,12 +20,11 @@
#include <config.h>
/* Specification. */
#undef ENABLE_RELOCATABLE /* avoid defining set_program_name as a macro */
#include "progname.h"
#include <string.h>
#undef set_program_name
/* String containing name the program is called with.
To be initialized by main(). */