Changeset 5fa506d in buchla-68k for include/cmeta.h


Ignore:
Timestamp:
07/10/2017 09:48:23 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6262b5c
Parents:
f7428b1
Message:

Include file cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/cmeta.h

    rf7428b1 r5fa506d  
    77
    88#pragma once
     9
     10#include "stddefs.h"
    911
    1012#define CM_CHR(c)       CMchr(c)
     
    2022#define CM_ULIST(l)     CMulist(l)
    2123
    22 #define CM_OK           return(QQsw = TRUE)
    23 #define CM_NOGO         return(QQsw = FALSE)
     24#define CM_OK           return (QQsw = TRUE)
     25#define CM_NOGO         return (QQsw = FALSE)
    2426
    2527#define CM_DBLK         if (!QQanch) while (*QQip EQ ' ') ++QQip
Note: See TracChangeset for help on using the changeset viewer.