diff options
author | Ondrej Filip <feela@network.cz> | 2004-05-31 19:27:21 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-05-31 19:27:21 +0200 |
commit | 1bd897dd33a49bd03f661e84687f8bba25af2983 (patch) | |
tree | 2494d3092e742e32fa7551001f07b653df27b979 /lib | |
parent | 10af3676ea4268452776acd7b06a95c72d71f2e0 (diff) | |
download | bird-1bd897dd33a49bd03f661e84687f8bba25af2983.tar bird-1bd897dd33a49bd03f661e84687f8bba25af2983.zip |
Changed of comments.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/alloca.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/alloca.h b/lib/alloca.h index 57816bd..f0d61bb 100644 --- a/lib/alloca.h +++ b/lib/alloca.h @@ -1,7 +1,7 @@ /* - * BIRD Library -- Linked Lists + * BIRD Library -- Alloca.h * - * (c) 2004 Martin Mares <mj@ucw.cz> + * (c) 2004 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -15,5 +15,4 @@ #include <stdlib.h> #endif - #endif |