Skip to content

Instantly share code, notes, and snippets.

diff --git a/parse.h b/parse.h
index b65ad8f..174e702 100644
--- a/parse.h
+++ b/parse.h
@@ -49,7 +49,10 @@ extern int yydebug;
# define YYTOKENTYPE
enum yytokentype
{
+ YYEMPTY = -2,
END_OF_INPUT = 0,

Keybase proof

I hereby claim:

  • I am c2h6o on github.
  • I am einstein (https://keybase.io/einstein) on keybase.
  • I have a public key ASAxSTGPHzj22JW0D2BMwbFDg4Mzs4IySpuIoZkZimZagAo

To claim this, I am signing this object:

@C2H6O
C2H6O / MainActivity
Created August 29, 2014 20:49
Sony custom listview tutorial
/**
* Test activity to display the list view
*/
public class MainActivity extends Activity {
/** The list view */
private MyListView mListView;
/**
* Small class that represents a contact