aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_constants.h
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-04-08 19:09:01 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-04-09 12:40:04 -0700
commit574851f092358f5834afb0b529676924fcbd59c6 (patch)
tree678d470a19667d6cee5c0be294b76853d4d4b366 /src/parse_constants.h
parent2d5eaed745892a5e035caf7ccc02d27044f344fb (diff)
Fix #2919 by removing the entire block.
This code represents only risk and does nothing useful for anything that can compile fish. In C++ situations where __STDC_VERSION__ is unset (as it should be), fish was assuming we are on < C99 and setting it to __FUNCTION__. Basically always, __PRETTY_FUNCTION__ ends up reaplaced by __FUNCTION__, this hurt error message usefulness and richness. __PRETTY_FUNCTION__: const thing::sub(int) __FUNCTION__: sub
Diffstat (limited to 'src/parse_constants.h')
0 files changed, 0 insertions, 0 deletions