Skip to content
Snippets Groups Projects
Commit b61381e4 authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Added macros to VISCHint.h to support both c and c++

parent 967d1f2f
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,9 @@
#define VISC_HINT_HEADER
/************************** Hint Routines ***************************/
#ifdef __cplusplus
namespace visc {
#endif
enum Target {
None,
......@@ -22,6 +23,7 @@ namespace visc {
NUM_TARGETS
};
#ifdef __cplusplus
}
#endif
#endif //VISC_RT_HEADER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment