diff options
| author | Tyge Løvset <[email protected]> | 2020-11-02 12:24:32 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-11-02 12:24:32 +0100 |
| commit | 7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d (patch) | |
| tree | 6debbbe87d6b671ec32b1c97bca1c48cf9f1e986 /stc/cqueue.h | |
| parent | 0737c3feea3b8015d6db9440b8221374363272c9 (diff) | |
| download | STC-modified-7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d.tar.gz STC-modified-7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d.zip | |
Changed (half)-internal *_INIT to *__init macros. Minor reformatting.
Diffstat (limited to 'stc/cqueue.h')
| -rw-r--r-- | stc/cqueue.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stc/cqueue.h b/stc/cqueue.h index c81b8092..cf549cd2 100644 --- a/stc/cqueue.h +++ b/stc/cqueue.h @@ -20,6 +20,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#ifndef CQUEUE__H__
+#define CQUEUE__H__
/* Priority Queue using heap, with adapter class (normally cvec).
@@ -52,10 +54,6 @@ cqueue_i_del(&queue);
}
*/
-
-#ifndef CQUEUE__H__
-#define CQUEUE__H__
-
#include "clist.h"
#define using_cqueue(X, ctype) \
|
