diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-05 10:30:23 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-05 15:42:59 +0200 |
commit | e1e97eccb7948580cef055ae759af35683fb1152 (patch) | |
tree | f6ca96a6cf1af5f7ba347d396d4004a072516730 /ChangeLog | |
parent | 8c8f3467f5b9e6952d1640580a4d8df820a28c08 (diff) | |
download | coreutils-e1e97eccb7948580cef055ae759af35683fb1152.tar.xz |
Encapsulate a static variable.
* src/system.h (opt_str_storage): Move static var into...
(short_opt_str): ... new static inline function.
(OPT_STR): Use the new function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-08-05 Jim Meyering <jim@meyering.net> + + Encapsulate a static variable. + * src/system.h (opt_str_storage): Move static var into... + (short_opt_str): ... new static inline function. + (OPT_STR): Use the new function. + 2007-08-04 Jim Meyering <jim@meyering.net> Exercise xstrtol's diagnostics via pr's --pages option. |