Commit Graph

5 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 76f7aecff3 use ENABLE/DISABLE instead of INCLUDE for configuration macro names 2012-06-15 15:34:49 +09:00
Mitchell Blank Jr 606a1665c5 C++ compilability - avoid 'goto' across a variable initialization
C++ is pickier about when a 'goto' can cross a variable being delcared.
The fix is to just add a set of braces to restrict the variable's scope.
Without this, g++ will fail with:

  regcomp.c:3057: error: jump to label 'set_call_attr'
  regcomp.c:3087: error:   from here
  regcomp.c:3041: error:   skips initialization of 'int gnum'
2012-05-20 00:26:49 -07:00
Mitchell Blank Jr e3abf33384 C++ compilability: "not" is a C++ keyword, avoid it
see http://en.cppreference.com/w/cpp/language/operator_alternative
2012-05-19 23:28:40 -07:00
roco 4ec6d41f16 rm whitespace 2012-04-30 14:29:19 -07:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00