Ignore:
Timestamp:
Mar 13, 2025, 11:58:39 AM (7 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
6f9f338
Parents:
3e91c6f9
Message:

make including gawkapi.h conditional on its existence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/include/includes.cfa

    r3e91c6f9 r8b639f9  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Mar 10 18:52:14 2025
    13 // Update Count     : 830
     12// Last Modified On : Thu Mar 13 11:56:08 2025
     13// Update Count     : 831
    1414//
    1515
     
    124124#include <stdint.h>
    125125#include <stdio.h>
     126#if __has_include( "gawkapi.h" )
    126127#include <gawkapi.h>                                                                    // requires stdio.h, so appears after it
     128#endif
    127129#include <stdio_ext.h>
    128130#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.