source: src/prelude/prototypes.sed @ 99b75cab

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 99b75cab was 99b75cab, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Added prototypes sed script to fix generated builtins declaration

  • Property mode set to 100644
File size: 247 bytes
Line 
1s/; /;\n/g                      #Make multi declaration lines into multiple lines
2/targetm/s/.*//
3/_Decimal/s/.*//
4s/void (const char \*)0();//   
5s/\"//g                         #Remove extraenous quotes in declarations
6s/\(__builtin_\) /\1/           #Remove extraenous spaces in declarations
Note: See TracBrowser for help on using the repository browser.