Revision: 123689 Author: clattner Date: 2007-02-10 14:33:18 -0800 (Sat, 10 Feb 2007)
Log Message: ----------- Fix the build on mingw. Patch by Anton! Modified Paths: -------------- apple-local/branches/llvm/libiberty/strsignal.c Modified: apple-local/branches/llvm/libiberty/strsignal.c =================================================================== --- apple-local/branches/llvm/libiberty/strsignal.c 2007-02-10 22:30:37 UTC (rev 123688) +++ apple-local/branches/llvm/libiberty/strsignal.c 2007-02-10 22:33:18 UTC (rev 123689) @@ -557,11 +557,11 @@ void psignal (signo, message) -# APPLE LOCAL begin LLVM -# This is needed for FC5 builds +/* APPLE LOCAL begin LLVM */ +/* This is needed for FC5 builds */ int signo; const char *message; -# APPLE LOCAL end LLVM +/* APPLE LOCAL end LLVM */ { if (signal_names == NULL) { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits