From 32a4f8301c58305b09af59164cf76fa3c7f14cf6 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 27 Mar 2010 03:35:26 +0000 Subject: Eliminate C++-style comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1159 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/shhopt.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lib/util') diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h index 2175fc5d..e5e138e1 100644 --- a/lib/util/shhopt.h +++ b/lib/util/shhopt.h @@ -1,4 +1,5 @@ -/*============================================================================= +#if 0 +============================================================================= HERE IS AN EXAMPLE OF THE USE OF SHHOPT: @@ -6,8 +7,9 @@ HERE IS AN EXAMPLE OF THE USE OF SHHOPT: int main ( int argc, char **argv ) { - // initial values here are just to demonstrate what gets set and - // what doesn't by the code below. + /* initial values here are just to demonstrate what gets set and + what doesn't by the code below. + */ int help_flag = 7; unsigned int help_spec =7; unsigned int height_spec =7; @@ -67,8 +69,8 @@ Now run this program with something like myprog -v /etc/passwd -name=Bryan --hei=4 -========================================================================*/ - +======================================================================== +#endif /* 0 */ #ifndef SHHOPT_H #define SHHOPT_H -- cgit 1.4.1