Skip to content

Commit

Permalink
Merge remote-tracking branch 'up/master' into p2
Browse files Browse the repository at this point in the history
and fixup removed Num class
  • Loading branch information
Reini Urban committed Oct 3, 2014
2 parents b7229bb + 785ab10 commit 23a2a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -55,8 +55,8 @@
/doc/ref
/doc/html
/doc/latex
/README.md
/doc/footer.inc
/README.md
/tools/bisect*.sh
/lib32
/web
Expand Down
2 changes: 1 addition & 1 deletion config.mak
Expand Up @@ -142,7 +142,7 @@ ifneq ($(shell ./tools/config.sh "${CC}" icc),0)
ICC = 1
#DEFINES += -DCGOTO
DEBUGFLAGS += -falign-functions=16
# 177: label "l414" was declared but never referenced in syntax-p5.c sets fail case
# 177: label "l414" was declared but never referenced in syntax.c sets fail case
# 186: pointless comparison of unsigned integer with zero in PN_TYPECHECK
# 188: enumerated type mixed with another type (treating P->flags as int)
WARNINGS += -Wno-sign-compare -Wno-pointer-arith -diag-remark 177,186,188
Expand Down
2 changes: 1 addition & 1 deletion core/objmodel.c
Expand Up @@ -683,7 +683,7 @@ void potion_lobby_init(Potion *P) {
potion_init_class_reference(P, potion_str(P, "Lick"), PN_VTABLE(PN_TLICK));
potion_init_class_reference(P, potion_str(P, "Error"), PN_VTABLE(PN_TERROR));
potion_init_class_reference(P, potion_str(P, "Continuation"), PN_VTABLE(PN_TCONT));
#if defined(P2)
#ifdef P2
potion_init_class_reference(P, potion_str(P, "Num"), PN_VTABLE(PN_TDECIMAL));
#endif

Expand Down

0 comments on commit 23a2a74

Please sign in to comment.