diff options
author | Oliver Kiddle <opk@zsh.org> | 2024-03-18 20:02:34 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-03-18 20:02:34 +0100 |
commit | 57248b88830ce56adc243a40c7773fb3825cab34 (patch) | |
tree | 3d16fe0c1751200e8efb9223665fdc80e755cff9 /Etc | |
parent | 25182cc2e69ab1cfeeb3f0faa1d28d774393043b (diff) | |
download | zsh-57248b88830ce56adc243a40c7773fb3825cab34.tar.gz zsh-57248b88830ce56adc243a40c7773fb3825cab34.tar.xz zsh-57248b88830ce56adc243a40c7773fb3825cab34.zip |
52750: remove ansi2knr support for old pre-ansi K&R compilers
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/zsh-development-guide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 5cb542709..bdabe17d8 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -240,7 +240,7 @@ C coding style There must be an empty line, a line with "/**/", a line with the type of the function, and finally the name of the function with typed arguments. These lines must not be indented. The script generating - function prototypes and the ansi2knr program depend on this format. + function prototypes depends on this format. * Variable declarations must similarly be preceded by a line containing only "/**/", for the prototype generation script. |