Changeset 2b5e94 in git


Ignore:
Timestamp:
May 10, 2019, 2:32:37 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d0ca0b8ae05c9cfcf2578b78e43825144b88299c
Parents:
9085b03f4650140f8a432ef69168749b30f1c2d4
Message:
port FreeBSD: alloca.h -> stdlib.h
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/systhreads/thread.h

    r9085b0 r2b5e94  
    55#include <pthread.h>
    66#include <stdint.h>
    7 #include <alloca.h>
     7#include <stdlib.h>
    88#include <cstddef>
    99#include <exception>
  • ppcc/autosetup/cc-lib.tcl

    r9085b0 r2b5e94  
    167167proc cc-check-alloca {} {
    168168        cc-check-some-feature alloca {
    169                 cctest -includes alloca.h -code { alloca (2 * sizeof (int)); }
     169                cctest -includes stdlib.h -code { alloca (2 * sizeof (int)); }
    170170        }
    171171}
Note: See TracChangeset for help on using the changeset viewer.