Commit eb13d323 by Richard Stallman

(memory.h): Use proper ANSI syntax in `#endif __memory_h__'.

From-SVN: r3868
parent 4802a0d6
......@@ -847,7 +847,7 @@ extern char *memset();
extern int memcmp();
#endif __memory_h__
#endif /* __memory_h__ */
EOF
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment