Comment polishing.

This commit is contained in:
Eric S. Raymond 2017-06-13 08:15:01 -04:00
parent 6a6d9ca14e
commit 60ab7a63dc

8
main.c
View file

@ -3,15 +3,15 @@
* *
* The author - Don Woods - apologises for the style of the code; it * The author - Don Woods - apologises for the style of the code; it
* is a result of running the original Fortran IV source through a * is a result of running the original Fortran IV source through a
* home-brew Fortran-to-C converter.) * home-brew Fortran-to-C converter.
* *
* Now that the code has been restructured into something much closer * Now that the code has been restructured into something much closer
* to idiomatic C, the following is more appropriate: * to idiomatic C, the following is more appropriate:
* *
* ESR apologizes for the remaing gotos (now confined to two functions * ESR apologizes for the remaing gotos (now confined to two functions
* in this file - there used to be hundreds of them, *everywhere*), * in this file - there used to be over 350 of them, *everywhere*),
* and the offensive globals. Applying the Structured Program Theorem * and for the offensive globals. Applying the Structured Program
* can be hard. * Theorem can be hard.
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>