mirror of
https://github.com/janet-lang/janet
synced 2025-10-13 14:57:42 +00:00
Initial struct prototype code.
Also add a number of cfunctions for manipulating structs with prototypes.
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
# Format all code with astyle
|
||||
|
||||
STYLEOPTS="--style=attach --indent-switches --convert-tabs \
|
||||
--align-pointer=name --pad-header --pad-oper --unpad-paren --indent-labels"
|
||||
--align-pointer=name --pad-header --pad-oper --unpad-paren --indent-labels --formatted"
|
||||
|
||||
astyle $STYLEOPTS */*.c
|
||||
astyle $STYLEOPTS */*/*.c
|
||||
astyle $STYLEOPTS */*/*.h
|
||||
rm -f */*.c.orig
|
||||
rm -f */*/*.c.orig
|
||||
rm -f */*/*.h.orig
|
||||
|
Reference in New Issue
Block a user