Commit d9893a68 by J. David Anglin Committed by Jeff Law

* pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.

From-SVN: r34630
parent ded41e4f
2000-06-20 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
2000-06-20 Zack Weinberg <zack@wolery.cumb.org>
* configure.in: Use 'test a = b' not 'test a == b'.
......
......@@ -312,8 +312,8 @@ extern int target_flags;
%{!mpa-risc-1-0:%{!mpa-risc-1-1:%{!mpa-risc-2-0:%{!msnake:%(cpp_cpu_default)}}}} \
%{m64bit:%(cpp_64bit)} \
%{!m64bit:%(cpp_64bit_default)} \
%{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__}\
%{threads:-D_REENTRANT -D_DCE_THREADS}"
%{!ansi: -D_HPUX_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__} \
%{threads: -D_REENTRANT -D_DCE_THREADS}"
/* Defines for a K&R CC */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment