Fixed C++ comment in potential C file.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-06-25 21:43:43 +00:00
commit a1ed3e094a

View file

@ -21,7 +21,7 @@ SWIG_Ruby_AppendOutput(VALUE target, VALUE o) {
return target;
}
// For ruby1.8.4 and earlier.
/* For ruby1.8.4 and earlier. */
#ifndef RUBY_INIT_STACK
RUBY_EXTERN void Init_stack(VALUE* addr);
# define RUBY_INIT_STACK \
@ -29,6 +29,7 @@ SWIG_Ruby_AppendOutput(VALUE target, VALUE o) {
Init_stack(&variable_in_this_stack_frame);
#endif
#ifdef __cplusplus
}
#endif