summaryrefslogtreecommitdiff
path: root/decuda_to_ptxplus
diff options
context:
space:
mode:
authorInderpreet Singh <[email protected]>2011-11-11 23:56:46 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:25 -0700
commit2b3b80c03882974b7e126ee0197a8c3e71295aa7 (patch)
tree6fc9200339fed345fed05efbb4ff015508832924 /decuda_to_ptxplus
parent5fd68c21366ae8a112c3343187ce47b0e8e8ab57 (diff)
Fixed copyright notice breaking compile of decuda's lex files.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10903]
Diffstat (limited to 'decuda_to_ptxplus')
-rw-r--r--decuda_to_ptxplus/decuda.l3
-rw-r--r--decuda_to_ptxplus/header.l3
2 files changed, 4 insertions, 2 deletions
diff --git a/decuda_to_ptxplus/decuda.l b/decuda_to_ptxplus/decuda.l
index 2874054..2c7d2d2 100644
--- a/decuda_to_ptxplus/decuda.l
+++ b/decuda_to_ptxplus/decuda.l
@@ -1,3 +1,4 @@
+/*
// Copyright (c) 2009-2011, Jimmy Kwa,
// The University of British Columbia
// All rights reserved.
@@ -24,7 +25,7 @@
// 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.
-
+*/
%{
#include <iostream>
diff --git a/decuda_to_ptxplus/header.l b/decuda_to_ptxplus/header.l
index 8de1da8..5def3bd 100644
--- a/decuda_to_ptxplus/header.l
+++ b/decuda_to_ptxplus/header.l
@@ -1,3 +1,4 @@
+/*
// Copyright (c) 2009-2011, Jimmy Kwa,
// The University of British Columbia
// All rights reserved.
@@ -24,7 +25,7 @@
// 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.
-
+*/
%option noyywrap
%option yylineno