إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
#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
}