Index: expect/ChangeLog from Alexandre Oliva * exp_command.c (STARARGV): Indent #defines properly. Index: expect/exp_command.c =================================================================== RCS file: /cvs/src/src/expect/exp_command.c,v retrieving revision 1.3 diff -u -p -r1.3 exp_command.c --- expect/exp_command.c 2001/09/11 19:24:03 1.3 +++ expect/exp_command.c 2002/03/06 23:52:38 @@ -2648,13 +2648,13 @@ Tcl_Obj *CONST argv[]; /* Argument objec argc--; argv++; #if TCL_MAJOR_VERSION < 8 - #define STARARGV *argv +# define STARARGV *argv #else - #if TCL_MINOR_VERSION < 3 - #define STARARGV Tcl_GetStringFromObj(*argv,(int *)0) - #else - #define STARARGV Tcl_GetString(*argv) - #endif +# if TCL_MINOR_VERSION < 3 +# define STARARGV Tcl_GetStringFromObj(*argv,(int *)0) +# else +# define STARARGV Tcl_GetString(*argv) +# endif #endif for (;argc>0;argc--,argv++) {