Browse Source

#includes modified

pre-master-46
Jim Monte 6 years ago
committed by Holger Vogt
parent
commit
18d825e9c1
  1. 7
      src/xspice/icm/xtraevt/int/udnfunc.c

7
src/xspice/icm/xtraevt/int/udnfunc.c

@ -40,13 +40,12 @@ NON-STANDARD FEATURES
============================================================================*/
#include <stdio.h>
#include "ngspice/cm.h"
#include "ngspice/evtudn.h"
void *tmalloc(size_t);
#include "ngspice/cm.h"
#include "ngspice/evtudn.h"
#include "ngspice/memory.h"
#define TMALLOC(t,n) (t*) tmalloc(sizeof(t) * (size_t)(n))
/* macro to ignore unused variables and parameters */
#define NG_IGNORE(x) (void)x

Loading…
Cancel
Save