Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1002)

Unified Diff: gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/incomplete.gperf

Issue 10804012: Add native Windows binary for gperf. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/incomplete.gperf
===================================================================
--- gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/incomplete.gperf (revision 0)
+++ gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/incomplete.gperf (revision 0)
@@ -0,0 +1,14 @@
+struct month;
+%%
+january, 1, 31, 31
+february, 2, 28, 29
+march, 3, 31, 31
+april, 4, 30, 30
+may, 5, 31, 31
+june, 6, 30, 30
+july, 7, 31, 31
+august, 8, 31, 31
+september, 9, 30, 30
+october, 10, 31, 31
+november, 11, 30, 30
+december, 12, 31, 31
« no previous file with comments | « gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/incomplete.exp ('k') | gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/irc.gperf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698