mirror of
https://github.com/boostorg/python.git
synced 2026-02-17 14:02:12 +00:00
lowercase type names
[SVN r8284]
This commit is contained in:
@@ -10,7 +10,7 @@ def gen_all(args):
|
||||
open('caller.h', 'w').write(gen_caller(args))
|
||||
open('init_function.h', 'w').write(gen_init_function(args))
|
||||
open('signatures.h', 'w').write(gen_signatures(args))
|
||||
open('singleton.h', 'w').write(gen_singleton(args))
|
||||
open('instance.h', 'w').write(gen_singleton(args))
|
||||
open('extclass.h', 'w').write(gen_extclass(args))
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user