X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.xs;h=788b92941cdd0049315bc66fe6c8b0290bf66231;hp=77697761e8563157dc65cc51ac495e608ace6943;hb=9e52fe3b352579982d63ec09711cff6c4b49de30;hpb=f684372e332957770d260141a9c483a745f2858d diff --git a/SimpleServer.xs b/SimpleServer.xs index 7769776..788b929 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.78 2007-09-10 11:17:13 mike Exp $ + * $Id: SimpleServer.xs,v 1.79 2007-09-10 14:50:31 mike Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -425,9 +425,9 @@ static SV *apt2perl(Z_AttributesPlusTerm *at) newSViv(*elem->value.numeric)); } else { Z_ComplexAttribute *c; + Z_StringOrNumeric *son; assert(elem->which == Z_AttributeValue_complex); c = elem->value.complex; - Z_StringOrNumeric *son; /* We ignore semantic actions and multiple values */ assert(c->num_list > 0); son = c->list[0];