Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
744f7d6f
Commit
744f7d6f
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Don't include files in .h files!
parent
9b7af834
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libraries/libmisc/numlist.h
View file @
744f7d6f
/*
* $Id: numlist.h,v 0.
3
199
1/09
/1
5
1
0:25:53 linus
Exp $
* $Id: numlist.h,v 0.
4
199
3/10
/1
2
1
6:19:29 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: numlist.h,v 0.
3
199
1/09
/1
5
1
0:25:53 linus
Exp $
* $Id: numlist.h,v 0.
4
199
3/10
/1
2
1
6:19:29 ceder
Exp $
*
* File: numlist.h
*
...
...
@@ -37,9 +37,6 @@
#ifndef NUMLIST__H
#define NUMLIST__H
#include
<sys/types.h>
#define INTERVAL_MASK 0xc0000000
#define NUMBER_MASK 0x3fffffff
#define INTERVAL_START 0x80000000
...
...
src/libraries/libmisc/numlist2.h
View file @
744f7d6f
/*
* $Id: numlist2.h,v 0.
3
199
1/09
/1
5
1
0:25:46 linus
Exp $
* $Id: numlist2.h,v 0.
4
199
3/10
/1
2
1
6:19:34 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: numlist2.h,v 0.
3
199
1/09
/1
5
1
0:25:46 linus
Exp $
* $Id: numlist2.h,v 0.
4
199
3/10
/1
2
1
6:19:34 ceder
Exp $
*
* File: numlist2.h
*
...
...
@@ -36,9 +36,6 @@
#ifndef NUMLIST2__H
#define NUMLIST2__H
#include
<sys/types.h>
#define NUMLIST_ERR 0xffffffff
#define MAX_NUMS 131072
...
...
src/libraries/libmisc/zmalloc.h
View file @
744f7d6f
/*
* $Id: zmalloc.h,v 1.
2
199
1/09
/1
5
1
0:25:12 linus
Exp $
* $Id: zmalloc.h,v 1.
3
199
3/10
/1
2
1
6:19:39 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: zmalloc.h,v 1.
2
199
1/09
/1
5
1
0:25:12 linus
Exp $
* $Id: zmalloc.h,v 1.
3
199
3/10
/1
2
1
6:19:39 ceder
Exp $
*
* zmalloc.h -- Memory allocation routines with reference counts
*
...
...
@@ -48,13 +48,6 @@
#define _ZMALLOC_H_INCLUDED__
/* Declare 'size_t' */
#include
<stddef.h>
#include
<compiler.h>
/*
* Allocate a piece of memory and set its reference count to 1.
* Allocating a zero sized object is allowed, and results in a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment