diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-16 06:53:57 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-16 06:53:57 -0700 |
commit | 7fa76b06632628882ca214b4cf1fb4c2106f2c7b (patch) | |
tree | a38c0928dff37767ec9de4f247ec7178de0e3a7a /regex.h | |
parent | c7b7e82868a5fb1cd024e7570f973f5807248379 (diff) | |
download | txr-7fa76b06632628882ca214b4cf1fb4c2106f2c7b.tar.gz txr-7fa76b06632628882ca214b4cf1fb4c2106f2c7b.tar.bz2 txr-7fa76b06632628882ca214b4cf1fb4c2106f2c7b.zip |
Most uses of auto_str should be static_str.
These functions do exactly same thing, but communicate
something different to the reader of the code.
An auto_str is on the stack, and so must not be passed
somewhere where it will be retained.
* txr.c (help, compat, txr_main): Use static_str on version.
Diffstat (limited to 'regex.h')
0 files changed, 0 insertions, 0 deletions