On 7/15/2013 6:12 AM, Ary Borenszweig wrote:
If Walter wants to modify the copyright notice, he could modify the file
_includes/copyright.html. No need to search for a macro named copyright.

Are you also going to fix all your .c files to replace:

   #define ABC 3
   #define DEF(i) ((i) + 3)

with a separate file for every macro:

   #include "abc.h"
   #include "def.h"

?

Reply via email to