tccpp: #pragma once: make it work
commit3ddbfe1a82bb1a7c24d0c4ddd68d8cad1b2b2a20
authorgrischka <grischka>
Sat, 1 Oct 2016 18:03:48 +0000 (1 20:03 +0200)
committergrischka <grischka>
Sat, 1 Oct 2016 18:03:48 +0000 (1 20:03 +0200)
treee54bbe981393be4769edd89187c028fc2d60eea8
parent07e47b3dd68d264a6223c1b74aa64d61a14ac240
tccpp: #pragma once: make it work

after several "fixes" and "improvements"
   b3782c3cf5e66f74207303c381a305daabccdb12
   5fb57bead41cd3a84f0aa3f98d00b5fe5de25a08
feature did not work at all

- Use 'once' flag, not 'ifndef_macro'
- Ignore filename letter case on _WIN32
- Increment global pp_once for each compilation
tcc.h
tccpp.c