memory.c:1:12: error: initializer element is not constant memory.c:1:23: error: C++ style comments are not allowed in ISO C90 char *d = malloc(-1);//1000); ^ memory.c:1:23: error: (this will be reported only once per input file)
在ISO C90标准里,双斜杠不是注释的格式。在后续的版本才出现的注释格式。这个错误只报一次。