tom_seddon
Tomato Guru
162 Posts |
Posted - Jan 27 2004 : 06:46:16 AM
|
If I type the following, which is the start of a function definition:
static void tmp(int nIndex0,
then VAX hangs for about 1-2 minutes before printing the ,. It eats up 100% of the CPU time.
(If I try to close VS.NET, the VS.NET icon in the "Do you want to close the unresponsive program" dialog has a little yellow ! superimposed in one of the corners, and Windows fails to close it -- not sure what this might indicate.)
The same happens if I insert the second parameter, "int nIndex1".
When defining the body of the function (I copy and pasted the function name and parameters list!), nIndex0 and nIndex1 behave normally.
nIndex0 and nIndex1 are identifiers not used anywhere else in the project. |
|