Skip to content

Commit

Permalink
Add InfoRead1 and InfoRead2 to obsoletes
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Pfeiffer authored and markuspf committed Nov 14, 2018
1 parent 2805c50 commit 48047f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/obsolete.gd
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,17 @@ DeclareObsoleteSynonym( "RecFields", "RecNames" );
## Not used in any redistributed package (11/2018)
#DeclareObsoleteSynonym( "SHALLOW_SIZE", "SIZE_OBJ" );


#############################################################################
##
#V InfoRead?
##
## InfoRead used to be used to print when a file is read using `Read()`
##
if GAPInfo.CommandLineOptions.D then InfoRead1 := Print; fi;
if not IsBound(InfoRead1) then InfoRead1 := Ignore; fi;
if not IsBound(InfoRead2) then InfoRead2 := Ignore; fi;

#############################################################################
##
#E

0 comments on commit 48047f3

Please sign in to comment.