Comment polishing.
This commit is contained in:
parent
6a6d9ca14e
commit
60ab7a63dc
1 changed files with 4 additions and 4 deletions
8
main.c
8
main.c
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue