diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_require_prototypes.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_require_prototypes.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_require_prototypes.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,28 +1,28 @@ - - - - - - - require_prototypes - - - - -

require_prototypes

-

Controls whether or not the compiler should expect function prototypes.

-
Syntax
-

#pragma require_prototypes on | off | reset -

-
Targets
- All platforms.
-
Remarks
-

This pragma only affects non-static functions.

-

If you enable this pragma, the compiler generates an error if you use a function that does not have a prototype. This pragma helps you prevent errors that happen when you use a function before you define it or refer to it.

-

This pragma corresponds to the Require Function Prototypes setting . To check this setting, use __option (require_prototypes), described in Checking Settings. The default setting is processor-specific.

-

- - - - - + + + + + + + require_prototypes + + + + +

require_prototypes

+

Controls whether or not the compiler should expect function prototypes.

+
Syntax
+

#pragma require_prototypes on | off | reset +

+
Targets
+ All platforms.
+
Remarks
+

This pragma only affects non-static functions.

+

If you enable this pragma, the compiler generates an error if you use a function that does not have a prototype. This pragma helps you prevent errors that happen when you use a function before you define it or refer to it.

+

This pragma corresponds to the Require Function Prototypes setting . To check this setting, use __option (require_prototypes), described in Checking Settings. The default setting is processor-specific.

+

+ + + + +