Skip to content

Commit

Permalink
0.7.13.34
Browse files Browse the repository at this point in the history
	Runtime build fixes for Alpha, PPC
  • Loading branch information
telent committed Mar 23, 2003
1 parent 2e274c8 commit 59a2fe0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/runtime/alpha-assem.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
#endif
#include "sbcl.h"
#include "lispregs.h"
#include "genesis/fdefn.h"
#include "genesis/closure.h"
#include "genesis/simple-fun.h"
#include "genesis/static-symbols.h"

/* #include "globals.h" */

/*
Expand Down
5 changes: 4 additions & 1 deletion src/runtime/ppc-assem.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
#include "sbcl.h"
#include "lispregs.h"
#include "globals.h"

#include "genesis/simple-fun.h"
#include "genesis/fdefn.h"
#include "genesis/closure.h"
#include "genesis/static-symbols.h"

#define FUNCDEF(x) .text ; \
.align 3 ; \
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)

"0.7.13.33"
"0.7.13.34"

0 comments on commit 59a2fe0

Please sign in to comment.