From acce9c0c78a58190d748df9ab2ac8604a9232595 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 22:19:10 +0100 Subject: [PATCH] Minor fixes. --- Monicelli.ll | 2 +- Specification.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Monicelli.ll b/Monicelli.ll index 1b1a98d..3b4ccf2 100644 --- a/Monicelli.ll +++ b/Monicelli.ll @@ -164,7 +164,7 @@ CHAR [a-zA-Z_] } . { - yyerror("Unexpected token\n"); + yyerror("Unexpected token"); return -1; }; diff --git a/Specification.txt b/Specification.txt index 83ef864..676563a 100644 --- a/Specification.txt +++ b/Specification.txt @@ -206,4 +206,4 @@ verifica che la condizione risulti vera, altrimenti avverte don Ulrico (ossia, l Esempio: ho visto il cappellano come fosse la lavagna! equivale a - assert(cappellano==lavagna) \ No newline at end of file + assert(cappellano==lavagna)