r7061: initial property settings
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 7 Sep 2003 06:34:45 +0000 (06:34 +0000)
msvc/wdq2wav/getopt.h
wdq2wav.cpp
wdq2wav.h

index 1549b0a58825e0300111f08653457c8b22c2e29b..da0a54adc618e07f2abc19d0b7c79615e527c48e 100644 (file)
@@ -156,15 +156,15 @@ extern int _getopt_internal (int __argc, char *const *__argv,
 #else /* not __STDC__ */
 extern int getopt ();
 # ifndef __need_getopt
 #else /* not __STDC__ */
 extern int getopt ();
 # ifndef __need_getopt
-extern int getopt_long (int argc, char *const *argv, const char *shortopts,\r
-                       const struct option *longopts, int *longind);\r
-extern int getopt_long_only (int __argc, char *const *__argv,\r
-                            const char *__shortopts,\r
-                            const struct option *__longopts, int *__longind);\r
-extern int _getopt_internal (int __argc, char *const *__argv,\r
-                            const char *__shortopts,\r
-                            const struct option *__longopts, int *__longind,\r
-                            int __long_only);\r
+extern int getopt_long (int argc, char *const *argv, const char *shortopts,
+                       const struct option *longopts, int *longind);
+extern int getopt_long_only (int __argc, char *const *__argv,
+                            const char *__shortopts,
+                            const struct option *__longopts, int *__longind);
+extern int _getopt_internal (int __argc, char *const *__argv,
+                            const char *__shortopts,
+                            const struct option *__longopts, int *__longind,
+                            int __long_only);
 # endif
 #endif /* __STDC__ */
 
 # endif
 #endif /* __STDC__ */
 
index 87ab17783014e1954b5d84499abf34099d677f25..03b6557fa6b5ed38638ca46f1ce5e1e6be749b1b 100644 (file)
@@ -8,7 +8,7 @@
 **
 **  Copyright (c) 2003 Kevin Rosenberg
 **
 **
 **  Copyright (c) 2003 Kevin Rosenberg
 **
-**  $Id: wdq2wav.cpp,v 1.27 2003/03/03 21:52:09 kevin Exp $
+**  $Id$
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -26,7 +26,7 @@
 
 #include <wdq2wav.h>
 
 
 #include <wdq2wav.h>
 
-const char* g_szIdStr = "$Id: wdq2wav.cpp,v 1.27 2003/03/03 21:52:09 kevin Exp $";
+const char* g_szIdStr = "$Id$";
 
 bool g_quiet = false;
 bool g_verbose = false;
 
 bool g_quiet = false;
 bool g_verbose = false;
index 6d37b206fd478d3c3498e92d076c7e6de81b77c4..6cff82bace00595a989cb9cdccbff9cbd2f11773 100644 (file)
--- a/wdq2wav.h
+++ b/wdq2wav.h
@@ -8,7 +8,7 @@
 **
 **  Copyright (c) 2003 Kevin Rosenberg
 **
 **
 **  Copyright (c) 2003 Kevin Rosenberg
 **
-**  $Id: wdq2wav.h,v 1.16 2003/02/28 04:21:15 kevin Exp $
+**  $Id$
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as