[llvm-commits] CVS: llvm/utils/Spiff/output.c

Brian Gaeke gaeke at cs.uiuc.edu
Tue Apr 13 13:24:01 PDT 2004


Changes in directory llvm/utils/Spiff:

output.c updated: 1.2 -> 1.3

---
Log message:

Don't underline diffs


---
Diffs of the changes:  (+3 -2)

Index: llvm/utils/Spiff/output.c
diff -u llvm/utils/Spiff/output.c:1.2 llvm/utils/Spiff/output.c:1.3
--- llvm/utils/Spiff/output.c:1.2	Mon Apr 12 22:24:45 2004
+++ llvm/utils/Spiff/output.c	Tue Apr 13 13:24:01 2004
@@ -8,7 +8,7 @@
 
 
 #ifndef lint
-static char rcsid[]= "$Header: /home/vadve/shared/PublicCVS/llvm/utils/Spiff/output.c,v 1.2 2004/04/13 03:24:45 gaeke Exp $";
+static char rcsid[]= "$Header: /home/vadve/shared/PublicCVS/llvm/utils/Spiff/output.c,v 1.3 2004/04/13 18:24:01 gaeke Exp $";
 #endif
 
 #include <stdio.h>
@@ -124,7 +124,8 @@
 	}
 	else
 	{
-		_O_doing_ul = 1;
+		/* _O_doing_ul = 1; */ /* disabled by brg 13-April-2004 - this
+ makes the output unreadable */
 	}
 }
 





More information about the llvm-commits mailing list