Adjust to struniq renaming.

This commit is contained in:
Paul Eggert
2002-12-11 06:30:36 +00:00
parent 651ec3d0ec
commit d38a11a64b

View File

@@ -20,13 +20,15 @@
02111-1307, USA. */
#include "system.h"
#include "getopt.h"
#include "argmatch.h"
#include "error.h"
#include <argmatch.h>
#include <error.h>
#include <getopt.h>
#include "complain.h"
#include "struniq.h"
#include "getargs.h"
#include "files.h"
#include "getargs.h"
#include "uniqstr.h"
int debug_flag = 0;
int defines_flag = 0;
@@ -410,5 +412,5 @@ getargs (int argc, char *argv[])
usage (EXIT_FAILURE);
}
current_file = grammar_file = struniq_new (argv[optind]);
current_file = grammar_file = uniqstr_new (argv[optind]);
}