From 2729cd667c753a0210e78f2b682ae08edfd25afd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 4 Mar 2002 19:04:18 +0000 Subject: [PATCH] added descriptions for gcc's protoize and unprotoize 20020301->20020304 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/appendixa.xml | 2 +- appendixa/gcc-desc.xml | 9 +++++++-- index.xml | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index d11f68ac7..d457c4ed7 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -27,6 +27,7 @@ &aa-kbd; &aa-kernel; &aa-less; +&aa-bootscripts; &aa-libtool; &aa-lilo; &aa-m4; @@ -55,6 +56,5 @@ &aa-textutils; &aa-utillinux; &aa-vim; -&aa-bootscripts; diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 7200a92c7..3f4994cd9 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -34,10 +34,15 @@ preprocessor does. No description is currently available. protoize -No description is currently available. +Optional additional program which converts old-style pre-ANSI +functions or definitions to new-style ANSI C prototypes. (default file +for looking known ones up is +/usr/lib/gcc-lib/<arch>/<version>/SYSCALLS.c.X) unprotoize -No description is currently available. +Optional additional program which converts prototypes made by +protoize back to original old-style pre-ANSI (correct job only when +converted before with protoize) diff --git a/index.xml b/index.xml index f04f92d2b..1e335e028 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +