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/cstack.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/cstack.h')
| -rw-r--r-- | stc/cstack.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/stc/cstack.h b/stc/cstack.h index b23c11c3..6a4ec35f 100644 --- a/stc/cstack.h +++ b/stc/cstack.h @@ -20,6 +20,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#ifndef CSTACK__H__
+#define CSTACK__H__
/* Stack adapter (normally uses cvec).
@@ -41,10 +43,6 @@ printf("top: %d\n", *cstack_i_top(&stack));
}
*/
-
-#ifndef CSTACK__H__
-#define CSTACK__H__
-
#include "cvec.h"
#define using_cstack(X, ctype) \
|
