Skip to content

Commit

Permalink
* Minor code reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Nov 11, 2019
1 parent 121766c commit aa33f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/backends/ocarina-backends-utils.adb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ package body Ocarina.Backends.Utils is
use Ocarina.Instances.Queries;
use Ocarina.Backends.Helper;

type Browsing_Kind is (By_Source, By_Destination);

-- The entered directories stack

package Directories_Stack is new GNAT.Table (Name_Id, Int, 1, 5, 10);
Expand Down
2 changes: 0 additions & 2 deletions src/backends/ocarina-backends-utils.ads
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ with Ocarina.Backends.Properties; use Ocarina.Backends.Properties;

package Ocarina.Backends.Utils is

type Browsing_Kind is (By_Source, By_Destination, Default);

-----------------
-- AST visitor --
-----------------
Expand Down

0 comments on commit aa33f66

Please sign in to comment.