diff options
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs1.c | 2 | ||||
-rw-r--r-- | test/testFuncs2.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/testFuncs1.c b/test/testFuncs1.c index 79260c4..838b599 100644 --- a/test/testFuncs1.c +++ b/test/testFuncs1.c @@ -891,7 +891,7 @@ void test18(void) if (c && (a = b))
{
- /*yada yada*/
+ /*yada /*yada*/
}
if ((c = a) || a)
diff --git a/test/testFuncs2.c b/test/testFuncs2.c index 5bf7868..bfab434 100644 --- a/test/testFuncs2.c +++ b/test/testFuncs2.c @@ -23,7 +23,7 @@ typedef int dummytypedef; /*for 5.3*/ typedef gaga incompletearr1; #endif - +/*gibber/*gabber*/ #define XMACRO Y #define ABSOLUTE(X) (((X) >= 0) ? (X) : -(X)) |