[llvm-commits] CVS: llvm-test/MultiSource/Applications/kimwitu++/getopt.h

John Criswell criswell at cs.uiuc.edu
Mon Sep 13 14:54:25 PDT 2004



Changes in directory llvm-test/MultiSource/Applications/kimwitu++:

getopt.h updated: 1.2 -> 1.3
---
Log message:

Add comment about (more or less) copying this from the Linux manual page.
And yes, I'm paranoid.


---
Diffs of the changes:  (+4 -0)

Index: llvm-test/MultiSource/Applications/kimwitu++/getopt.h
diff -u llvm-test/MultiSource/Applications/kimwitu++/getopt.h:1.2 llvm-test/MultiSource/Applications/kimwitu++/getopt.h:1.3
--- llvm-test/MultiSource/Applications/kimwitu++/getopt.h:1.2	Mon Sep 13 16:48:10 2004
+++ llvm-test/MultiSource/Applications/kimwitu++/getopt.h	Mon Sep 13 16:54:12 2004
@@ -1,3 +1,7 @@
+/*
+ * These values are modified forms of what you will find in the Linux getopt(3)
+ * manual page.  Why I can't get these from unistd.h is beyond me.
+ */
 #if 1
 extern int getopt (...);
 extern char * optarg;






More information about the llvm-commits mailing list