File: meep_wrap.patch

package info (click to toggle)
meep-mpi-default 1.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 79,148 kB
  • sloc: cpp: 32,541; python: 31,061; lisp: 1,225; makefile: 516; sh: 249; ansic: 131; javascript: 5
file content (8 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
751c751,755
< typedef SCM (*swig_guile_proc)();
---
> #if SCM_MAJOR_VERSION >= 2
>   typedef scm_t_subr swig_guile_proc;
> #else
>   typedef SCM (*swig_guile_proc)();
> #endif