mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* common.mk (encdb.h): give output file name to make_encdb.rb.
* encoding.c (enc_table): simplified. * encoding.c (enc_register_at): lazy loading. [ruby-dev:33013] * regenc.h (ENC_DUMMY): added. * enc/make_encdb.rb: now emits macros only. * enc/iso_2022_jp.h: split from encoding.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0029e3adc
commit
0052259d5e
6 changed files with 306 additions and 176 deletions
1
regenc.h
1
regenc.h
|
@ -202,5 +202,6 @@ extern int ONIG_ENC_REGISTER(const char *, OnigEncodingType*);
|
|||
/* macros for define replica encoding and encoding alias */
|
||||
#define ENC_REPLICATE(name, orig)
|
||||
#define ENC_ALIAS(name, orig)
|
||||
#define ENC_DUMMY(name)
|
||||
|
||||
#endif /* REGENC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue