diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 01:34:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 01:34:08 +0000 |
| commit | b31c7ff68a2b7e9e1c67328ab9fad0bb00ab8d1f (patch) | |
| tree | 9713cdbd3fb7a0c6e5e210af58a9f60127c98a7b /ext/json | |
| parent | f666931378f565da79a39f061458b79380597233 (diff) | |
| download | ruby-b31c7ff68a2b7e9e1c67328ab9fad0bb00ab8d1f.tar.gz ruby-b31c7ff68a2b7e9e1c67328ab9fad0bb00ab8d1f.tar.xz ruby-b31c7ff68a2b7e9e1c67328ab9fad0bb00ab8d1f.zip | |
* ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/json')
| -rw-r--r-- | ext/json/ext/generator/extconf.h | 3 | ||||
| -rw-r--r-- | ext/json/ext/parser/extconf.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ext/json/ext/generator/extconf.h b/ext/json/ext/generator/extconf.h deleted file mode 100644 index cda0cc8ea..000000000 --- a/ext/json/ext/generator/extconf.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef EXTCONF_H -#define EXTCONF_H -#endif diff --git a/ext/json/ext/parser/extconf.h b/ext/json/ext/parser/extconf.h deleted file mode 100644 index cda0cc8ea..000000000 --- a/ext/json/ext/parser/extconf.h +++ /dev/null @@ -1,3 +0,0 @@ -#ifndef EXTCONF_H -#define EXTCONF_H -#endif |
