April 28, 2004
I've run across a problem with inline functions and the tiny model of the compiler.  If I compile the attached code with the following command line, it results in an error message saying "Internal error: inline 352".

The command line is:
dmc -c -mt -I\dm\include main.c

-John