I am having a parsing error when I am compiling a big C program that implements a unix shell.
I am using gcc compiler in sun os 5.8.
the problem is related to this part of the code:
-----------------------------------------------------------
void shinit(myshenvTP P, char *pwd, char *path, char...