mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
update make chk_c rule to form status.chk_c.h
The make chk_c file also forms status.chk_c.h which either defines CHK_C when the C compiler and select include files appear to meet calc requirements, or undefines CHK_C when it does not.
This commit is contained in:
2
chk_c.c
2
chk_c.c
@@ -327,7 +327,7 @@ main(int argc, char *argv[])
|
||||
* All Done!! -- Jessica Noll, age 2
|
||||
*/
|
||||
if (c_flag == true) {
|
||||
printf("\nC compiler and C include appears to support calc\n");
|
||||
printf("\nC compiler and select include files appear to support calc.\n");
|
||||
}
|
||||
exit(0);
|
||||
#endif /* HAVE_INTTYPES_H */
|
||||
|
Reference in New Issue
Block a user