Go to file
Kp 6087660944 Add parentheses around casts of array subscripts to pointer types
C casts do not require parentheses.  C++ casts require grouping around
the target.  Prepare for conversion to C++ casts by adding otherwise
unnecessary parentheses around the target of simple C casts.

s/\((\w\+\s*\*\+)\)\s*\(&\w\+\(\[[[:alnum:]+-]*\]\)*[]);]\)/\1(\2)/g
2016-06-27 04:11:13 +00:00
common Move various robot data into namespaces 2016-06-25 23:21:36 +00:00
contrib Update Xcode project file listing (for editing purposes) 2016-03-06 13:05:37 +08:00
d1x-rebirth Move various robot data into namespaces 2016-06-25 23:21:36 +00:00
d2x-rebirth Move various robot data into namespaces 2016-06-25 23:21:36 +00:00
Documentation Add TODO item for namespace changes 2015-12-18 04:08:24 +00:00
similar Add parentheses around casts of array subscripts to pointer types 2016-06-27 04:11:13 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown
SConstruct Describe git tag in banner output 2016-06-01 01:52:45 +00:00