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. */ /* s='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/record.scm
AgeCommit message (Expand)Author
2019-01-17installer: Add partitioning support....Mathieu Othacehe
2019-01-17installer: Add services page....Mathieu Othacehe
2019-01-17installer: Do not ask for keyboard model....Mathieu Othacehe
2019-01-17installer: Add configuration formatter....Mathieu Othacehe
2019-01-17installer: Move everything to the build side....Mathieu Othacehe