From 96df7894a6fa368e5b333fc72896e30b471f5992 Mon Sep 17 00:00:00 2001 From: xchaos Date: Tue, 26 Aug 2008 15:34:23 +0000 Subject: [PATCH] nic git-svn-id: https://dev.arachne.cz/repos/cll1h/trunk@85 4bb87942-c103-4e5a-b51c-0ebff58f8515 --- cll1.h | 4 ++-- demos/arguments1.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cll1.h b/cll1.h index c49fa3c..00756e3 100644 --- a/cll1.h +++ b/cll1.h @@ -159,10 +159,10 @@ extern unsigned RANDOM_SEED; #define for_input_lines(S,L) /* _NEW(CTX,get_context()) for(use_context(_CTX),STR=file_get_line(stdin);release_context(_M),(*S && !feof(stdin));STR=file_get_line(stdin)) _CATCH */ #define for_ints(VAR,...) _NEW(I,0) while( (VAR=_cll1_for_ints(_I++,__VA_ARGS__,WEIRDINT))!=WEIRDINT ) #define for_strs(VAR,...) _NEW(I,0) while( (VAR=(char *)_cll1_for_ptrs(_I++,__VA_ARGS__,NIL))!=NIL ) -#define for_args _NEW(I,1) while(_I++1) #define switch_for_args for_args switch_str(this_arg) diff --git a/demos/arguments1.c b/demos/arguments1.c index 609dcdd..f92d90d 100644 --- a/demos/arguments1.c +++ b/demos/arguments1.c @@ -4,7 +4,7 @@ program { - def_str(ptr); + str ptr; if_args then { -- 2.30.2