chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Include `crc32.h' for @CRC32@ macro.
[mLib]
/
atom.c
diff --git
a/atom.c
b/atom.c
index 66e9b570613851d6d21922a7aa807a465dd050f1..661c3429b055dab9f4941dd78ac2f4c4593c1156 100644
(file)
--- a/
atom.c
+++ b/
atom.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: atom.c,v 1.
1 2001/01/20 11:50:16
mdw Exp $
+ * $Id: atom.c,v 1.
2 2001/01/21 19:04:51
mdw Exp $
*
* Atom management
*
*
* Atom management
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: atom.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: atom.c,v $
+ * Revision 1.2 2001/01/21 19:04:51 mdw
+ * Include `crc32.h' for @CRC32@ macro.
+ *
* Revision 1.1 2001/01/20 11:50:16 mdw
* Implementation of atom tables (for example, as found in X11).
*
* Revision 1.1 2001/01/20 11:50:16 mdw
* Implementation of atom tables (for example, as found in X11).
*
@@
-42,6
+45,7
@@
#include "alloc.h"
#include "atom.h"
#include "alloc.h"
#include "atom.h"
+#include "crc32.h"
#include "hash.h"
#include "sym.h"
#include "hash.h"
#include "sym.h"