Subversion Repositories Kolibri OS

Rev

Rev 9400 | Rev 9402 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9400 Rev 9401
Line 958... Line 958...
958
		handle_file(handled_files, full_path, new_subdir)
958
		handle_file(handled_files, full_path, new_subdir)
959
	# Only collect declarations from the file if it wasn't parsed before
959
	# Only collect declarations from the file if it wasn't parsed before
960
	if should_get_declarations and not clean_generated_stuff:
960
	if should_get_declarations and not clean_generated_stuff:
961
		get_declarations(asm_file_contents, asm_file_name)
961
		get_declarations(asm_file_contents, asm_file_name)
Line -... Line 962...
-
 
962
 
962
 
963
if __name__ == "__main__":
Line 963... Line 964...
963
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
964
	link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
964
 
965
 
965
# Dict where an identifier is assicoated with a string
966
	# Dict where an identifier is assicoated with a string