1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (bin): add more dependency. a patch from Tadashi

Saito <shiba at mail2.accsnet.ne.jp>.  [ruby-dev:30245]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2007-02-02 14:41:50 +00:00
parent 6e0fed271c
commit 6cee897b59
3 changed files with 29 additions and 5 deletions

View file

@ -11,6 +11,7 @@
**********************************************************************/
#include "ruby.h"
#include "debug.h"
void
debug_indent(int level, int debug_level, int indent_level)