Add forward declarations. --- fastcap/src/mulSetup.c.orig 2015-07-22 13:55:21.592119775 +0200 +++ fastcap/src/mulSetup.c 2015-07-22 14:08:50.157688209 +0200 @@ -35,6 +35,14 @@ #include "mulGlobal.h" +static getnbrs(ssystem*); +static linkcubes(ssystem*); +static setMaxq(ssystem*); +static getAllInter(ssystem*); +static set_vector_masks(ssystem*); +static indexkid(ssystem*, cube*, int*, int*); +static int placeq(int, ssystem*, charge*); + cube *cstack[1024]; /* Stack used in several routines. */ /* index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-guix-package.scm
AgeCommit message (Expand)Author
2020-11-12maint: update-guix-package: Optionally add sources to store....Maxim Cournoyer
2020-10-25maint: update-guix-package: Include the git.sv.gnu.org alias....Maxim Cournoyer
2020-10-19maint: update-guix-package: Prevent accidentally breaking guix pull....Maxim Cournoyer
2020-05-28update-guix-package: Use 'origin-hash'....Vincent Legoll
2018-12-07maint: update-guix-package: Really register GC roots....Ludovic Courtès
2017-05-09maint: update-guix-package: Protect the checkout from GC....Ludovic Courtès
2017-05-07maint: Add 'update-guix-package' target....Ludovic Courtès