mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 14:45:09 -05:00
Rewrite script: Deleted fixed-sized array typedefs from preprocessed file.
This commit is contained in:
parent
2c493715f4
commit
23539193c0
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ rewrite "^#" "// &"
|
|||
|
||||
rewrite "long unsigned int" "unsigned long int"
|
||||
|
||||
echo "Delete fixed-sized array typedefs"
|
||||
rewrite "typedef .*\[[0-9]*\];" ""
|
||||
|
||||
#echo "VF RW: 'long unsigned int' -> 'unsinged long int'"
|
||||
#echo "backup : $VF_RW_WD/$SOURCE_FILE.backup-$BACKUP_IDX"
|
||||
#echo backup index $BACKUP_IDX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue