aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/sksl.flex
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-03-01 11:46:51 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-01 17:23:58 +0000
commitbfe15f61a277a50b05703307f56e184cc00b1aa7 (patch)
treed5af18081276ef127d2c4e36d3a517f18f1063a2 /src/sksl/sksl.flex
parent9341c98113c91e3cf6ba2ca19833c01392c37cc8 (diff)
changed skslc layout parsing strategy
Change-Id: I322f0682a8753beb858012b00ee7e4ec6b206c2f Reviewed-on: https://skia-review.googlesource.com/9081 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'src/sksl/sksl.flex')
-rw-r--r--src/sksl/sksl.flex17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/sksl/sksl.flex b/src/sksl/sksl.flex
index adecbcf62f..bbb106c228 100644
--- a/src/sksl/sksl.flex
+++ b/src/sksl/sksl.flex
@@ -1,14 +1,21 @@
/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
- This file is IGNORED during the build process!
+/*
+
+ This file is IGNORED during the build process!
- As this file is updated so infrequently and flex is not universally present on build machines,
- the lex.sksl.c file must be manually regenerated if you make any changes to this file. Just run:
+ As this file is updated so infrequently and flex is not universally present on build machines,
+ the lex.sksl.c file must be manually regenerated if you make any changes to this file. Just run:
- flex sksl.flex
+ flex sksl.flex
You will have to manually add a copyright notice to the top of lex.sksl.c.
-
+
*/
%option prefix="sksl"