working on the dlang.org website
Walter Bright
newshound2 at digitalmars.com
Mon Jul 15 12:13:45 PDT 2013
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"
?
More information about the Digitalmars-d
mailing list