Differences From Artifact [8ddc86f2e9]:
- File src/makeheaders.c — part of check-in [3c69a6fd59] at 2011-11-05 02:06:56 on branch trunk — Change to makeheaders to work around a name collision with MSVC 2008. You will likely need to run "make clean" after updating to this check-in. (user: drh size: 99283) [more...]
To Artifact [395433f8a6]:
- File src/makeheaders.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 99325)
| ︙ | |||
3376 3377 3378 3379 3380 3381 3382 | 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 | + + + + + |
if( pFile->zSrc==0 ) continue;
nErr += MakeHeader(pFile,report,0);
}
}
return nErr;
}
#endif
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|