Subversion Repositories RepoView

Rev

Rev 13 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 28
Line 18... Line 18...
18
#endif
18
#endif
19
	printf(" ");
19
	printf(" ");
20
#if defined(USE_ENSCRIPT)
20
#if defined(USE_ENSCRIPT)
21
	printf("enscript.o");
21
	printf("enscript.o");
22
#endif
22
#endif
-
 
23
	printf(" ");
-
 
24
#if defined(USE_MYPAGE)
-
 
25
	printf("avatar.o");
-
 
26
#endif
23
	printf("\n");
27
	printf("\n");
24
	return 0;
28
	return 0;
25
}
29
}