until somebody gives you a proper explanation of this you can use the
ansi C preprocessor (-p) to compile this particular code. e.g:

% 8c -p t.c; 8l t.8
% 8.out
12
13
14
% cat t.c
#include <u.h>
#include <libc.h>

#define ΓVAL 12
...

Reply via email to