mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
- Trim Makefile header - Remove indefinite article from COMMENT - Adapt to new options framework - Replace tab with a single space after 'WWW:' in pkg-descr
15 lines
315 B
C
15 lines
315 B
C
--- langscan/_template.c.orig 2006-09-19 00:20:44.000000000 +0900
|
|
+++ langscan/_template.c 2013-05-03 21:25:11.000000000 +0900
|
|
@@ -11,7 +11,11 @@
|
|
*/
|
|
|
|
|
|
-#include <ruby.h>
|
|
+#ifdef HAVE_RUBY_ST_H
|
|
+# include "ruby/ruby.h"
|
|
+#else
|
|
+# include "ruby.h"
|
|
+#endif
|
|
#include "langname.h"
|
|
|
|
static VALUE token_symbol_list[
|