Skip to content

Commit

Permalink
Added step2: OO
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed Jul 26, 2010
1 parent aa9f4f4 commit 142cb18
Show file tree
Hide file tree
Showing 84 changed files with 11,075 additions and 1 deletion.
25 changes: 25 additions & 0 deletions LICENSE
@@ -0,0 +1,25 @@
Copyright 2009-2010 Amos Wenger & the ooc crew. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.

THIS SOFTWARE IS PROVIDED BY AMOS WENGER & THE OOC CREW ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL AMOS WENGER & THE OOC CREW
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Amos Wenger & the ooc crew.
2 changes: 1 addition & 1 deletion step1/decadence.leg
Expand Up @@ -22,7 +22,7 @@ Lust = "lust" { gotLust() }

%%

int decadenceParse(char *path) {
int decadenceParse() {

GREG *G = YY_ALLOC(sizeof(GREG), 0);
G->buflen = 0;
Expand Down
Binary file added step2/.libs/sdk-linux32.a
Binary file not shown.

0 comments on commit 142cb18

Please sign in to comment.