X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/043c676f59520b93dfacfa0d8d7e1fdd448cd7dc..1878a8448a5a73cbf289306beb5e88ab48561129:/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp?ds=inline

diff --git a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp b/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
index a5935e0..572d831 100644
--- a/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
+++ b/interpretor/faust-0.9.47mr3/compiler/preprocess/preprocess.cpp
@@ -526,5 +526,15 @@ char* preProcess (char* file_route)
 
 	//cout << result_string.length() << endl;
 	//cout << result_char << endl;
+
+	// Karim Barkati: printing globals value
+	//list<string> faustGlobals = {
+	cout << "gFaustSuperSuperDirectory = " << gFaustSuperSuperDirectory << endl;
+	cout << "gFaustSuperDirectory = " << gFaustSuperDirectory << endl;
+	cout << "gFaustDirectory = " << gFaustDirectory << endl;
+	cout << "gMasterDocument = " << gMasterDocument << endl;
+	cout << "gMasterDirectory = " << gMasterDirectory << endl;
+	cout << "gMasterName = " << gMasterName << endl;
+
 	return result_char;
 }