Major restructuring of the buildsystem, meaning that the documentation doesn't needlessly rebuild itself, and the size of the fish binary drops slightly

darcs-hash:20060613134328-ac50b-05ae75eb5cc081b680f38e8866fac00a679cc266.gz
This commit is contained in:
axel
2006-06-13 23:43:28 +10:00
parent 9aee2b7c9c
commit 0361423469
14 changed files with 176 additions and 195 deletions

1
proc.c
View File

@@ -171,6 +171,7 @@ void proc_destroy()
void proc_set_last_status( int s )
{
last_status = s;
// fwprintf( stderr, L"Set last status to %d\n", s );
}