summaryrefslogtreecommitdiff
path: root/jsongen.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2018-08-08 19:58:34 -0400
committerEric S. Raymond <esr@thyrsus.com>2018-08-08 21:52:39 -0400
commit943461a55f1eac90f847c41a71e5a0ea5d095ff3 (patch)
tree3001baeb4e318dff8030502e8f7c6bf408bd46ac /jsongen.py
parent1eaed93c7a9c9bc84295786cafc7a1032f9972ea (diff)
downloadgpsd-943461a55f1eac90f847c41a71e5a0ea5d095ff3.tar.gz
Remove some remnant splint annotations.
Diffstat (limited to 'jsongen.py')
-rwxr-xr-xjsongen.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/jsongen.py b/jsongen.py
index c41f1701..db4b8712 100755
--- a/jsongen.py
+++ b/jsongen.py
@@ -1045,14 +1045,11 @@ if __name__ == '__main__':
*/
#define NITEMS(x) (int)(sizeof(x)/sizeof(x[0]))
-/*@ -fullinitblock */
-
""")
outboard = []
for description in spec:
generate(description)
print("""
-/*@ +fullinitblock */
/* Generated code ends. */
""")