summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubyapi.swg
diff options
context:
space:
mode:
authorGonzalo Garramuno <ggarra@advancedsl.com.ar>2007-06-25 21:43:43 +0000
committerGonzalo Garramuno <ggarra@advancedsl.com.ar>2007-06-25 21:43:43 +0000
commita1ed3e094a1d4d6163722a783ea471e854a21df4 (patch)
tree7757d44b2fa33d56a7a5258756a8cd675866171b /Lib/ruby/rubyapi.swg
parent36a33af3f69e1b298582443cf066c1fbd4bc41e9 (diff)
downloadswig-a1ed3e094a1d4d6163722a783ea471e854a21df4.tar.gz
Fixed C++ comment in potential C file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ruby/rubyapi.swg')
-rw-r--r--Lib/ruby/rubyapi.swg3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/ruby/rubyapi.swg b/Lib/ruby/rubyapi.swg
index bfeecb894..e00775724 100644
--- a/Lib/ruby/rubyapi.swg
+++ b/Lib/ruby/rubyapi.swg
@@ -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