הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
#line expected a string containing the filename, found 'token'
Remarks
The optional file name token following #line linenumber must be a string.
Example
The following example generates C2130:
// C2130.cpp
int main() {
#line 1000 test // C2130
#line 1000 "test" // OK
}