diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-15 07:19:43 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-01-15 07:19:43 +0000 |
| commit | f18d9822f1bcdfb1c2d61c860d1e1020b3f9a458 (patch) | |
| tree | b5ae0fb1da12e1e68bdeae3d739f268786999453 /cad/felt/files/patch-ad | |
| parent | a6621d4552eb65f3223d21de562fc9f0bdc8a1a3 (diff) | |
Import of FElt, a system for Finite Element analysis.
Closes PR #2237.
Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
Diffstat (limited to 'cad/felt/files/patch-ad')
| -rw-r--r-- | cad/felt/files/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cad/felt/files/patch-ad b/cad/felt/files/patch-ad new file mode 100644 index 000000000000..22525e8ca2d8 --- /dev/null +++ b/cad/felt/files/patch-ad @@ -0,0 +1,15 @@ +--- include/allocate.h.orig Fri Jan 10 20:11:30 1997 ++++ include/allocate.h Fri Jan 10 20:10:54 1997 +@@ -25,7 +25,12 @@ + + # ifndef _ALLOCATE_H + # define _ALLOCATE_H ++ ++#ifdef __STDC__ ++#include <stdlib.h> ++#else + # include "malloc.h" ++#endif + + # define AllocNew(type) \ + (type *) malloc (sizeof (type)) |
