Skip to content
Snippets Groups Projects
Commit 1812ec5e authored by Andrew Cooks's avatar Andrew Cooks
Browse files

add cleanup step to remove ENTER macro

(cherry picked from commit 19e2c765)
parent fe6f27bc
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,11 @@ sed -i 's|/\*\s*---*---*\s*\*/||g' *.c
sed -i 's|\s*}\s*/\*.*\*/|}|g' *.c
# remove the use of the ENTER macro
sed -i 's|\s*ENTER\s*;||g' *.c
# remove the definition of the ENTER macro
sed -i 's|.*#define\s\+ENTER.*||' *.h
# Insert new cleanup steps above this comment.
# Keep Lindent as the last step.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment