aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/fixincl.c
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-10-27 14:42:56 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-10-27 14:42:56 +0000
commit5ae4c565619048723021f9780baf259497804acc (patch)
tree2df353e2643a459ac4932521432c639aad13bc16 /fixincludes/fixincl.c
parent0ca5fab2b72b3bb201dd05e20f3f2c651779a673 (diff)
downloadgcc-5ae4c565619048723021f9780baf259497804acc.zip
gcc-5ae4c565619048723021f9780baf259497804acc.tar.gz
gcc-5ae4c565619048723021f9780baf259497804acc.tar.bz2
re PR other/17991 (Two-process fixincludes broken: pz_mn_name_pat undefined)
2004-10-27 Paolo Bonzini <bonzini@gnu.org> PR other/17991 * configure.ac: Fix typo. * configure: Regenerate. * fixincl.c (fix_with_system): tSCC is not a pointer. Fix. From-SVN: r89680
Diffstat (limited to 'fixincludes/fixincl.c')
-rw-r--r--fixincludes/fixincl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/fixincl.c b/fixincludes/fixincl.c
index 243f9bb..998ff7e 100644
--- a/fixincludes/fixincl.c
+++ b/fixincludes/fixincl.c
@@ -852,7 +852,7 @@ fix_with_system (tFixDesc* p_fixd,
char* pz_scan;
size_t argsize;
int i;
- tSCC z_applyfix_prog[2] = {
+ tSCC *z_applyfix_prog[2] = {
"/../fixincludes/applyfix" EXE_EXT,
"/../../fixincludes/applyfix" EXE_EXT };