X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/1f85bc74145e009053102f146297a91d9c784f24..9fcce036ef8b14c12fc4482efc7c8cf75da3b31f:/atom.h diff --git a/atom.h b/atom.h index dac91d5..a5d6261 100644 --- a/atom.h +++ b/atom.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: atom.h,v 1.2 2001/01/25 21:13:40 mdw Exp $ + * $Id: atom.h,v 1.3 2004/04/08 01:36:11 mdw Exp $ * * Atom management * * (c) 2000 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the mLib utilities library. * @@ -15,31 +15,18 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * mLib is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with mLib; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: atom.h,v $ - * Revision 1.2 2001/01/25 21:13:40 mdw - * New function allowing an atom's length to be specified at intern time. - * Add @ATOM_HASH@ macro so that assoc doesn't have to dig in the @atom@ - * structure. - * - * Revision 1.1 2001/01/20 11:50:16 mdw - * Implementation of atom tables (for example, as found in X11). - * - */ - #ifndef MLIB_ATOM_H #define MLIB_ATOM_H